home *** CD-ROM | disk | FTP | other *** search
/ Bible Heaven / Bible Heaven.iso / online / go.bat < prev    next >
DOS Batch File  |  1994-09-14  |  4KB  |  79 lines

  1. if %cd%x == x setcd go
  2. cd %cd%\online
  3. :begin
  4. echo off
  5.    choose 12 "Online Bible 6.12 CD" "Fast Start" Tutorial "Run OLB" Contents "Hard Drive Install" "Verify CD" Copyright
  6.    if errorlevel 9 goto e9
  7.    if errorlevel 8 goto e8
  8.    if errorlevel 7 goto e7
  9.    if errorlevel 6 goto e6
  10.    if errorlevel 5 goto e5
  11.    if errorlevel 4 goto e4
  12.    if errorlevel 3 goto e3
  13.    goto dos
  14. :e9
  15.    view read.me
  16.    goto begin
  17. :e8
  18.    view tutorial.doc
  19.    goto begin
  20. :e7
  21.    cls
  22.    %comspec%/c mm.bat
  23.    goto begin
  24. :e6
  25.    view contents.doc
  26.    goto begin
  27. :e5
  28. cls
  29. echo      █████████████████████████████████████████████████████████████████████
  30. echo      **                                                                 **
  31. echo      ██                                                                 ██
  32. echo      ██   In Canada & U.S.A. order a printed manual for $5 by calling   ██
  33. echo      ██                       ONLINE BIBLE USA                          ██
  34. echo      ██                        1-800-243-7124                           ██
  35. echo      ██                                                                 ██
  36. echo      ██   Otherwise write Larry Pierce, 11 Holmwood St, Winterbourne,   ██
  37. echo      ██   Ont, CANADA, N0B 2V0 and send $7 in US funds drawn on a US    ██
  38. echo      ██                 bank for one copy of the manual.                ██
  39. echo      ██                                                                 ██
  40. echo      **                                                                 **
  41. echo      █████████████████████████████████████████████████████████████████████
  42. echo  
  43.    pause
  44.    install
  45.    goto done
  46. :e4
  47.    cls
  48.    _cdromck filechk.lst %cd% con
  49.    goto begin
  50. :e3
  51.    cls
  52. echo      █████████████████████████████████████████████████████████████████████
  53. echo      **                                                                 **
  54. echo      ██   On Oct. 1, 1994, permission has been granted to:              ██
  55. echo      ██                                                                 ██
  56. echo      ██                    Most Significant Bits,                       ██
  57. echo      ██                    Lakewood, Ohio, 44107                        ██
  58. echo      ██                                                                 ██
  59. echo      ██   for a period of one year, ending December 31, 1995,           ██
  60. echo      ██   to publish this ONLINE BIBLE material on CD-ROM. This         ██
  61. echo      ██   is copyrighted (c) 1994 by Woodside Bible Fellowship.         ██
  62. echo      ██   If you wish to produce a CD-ROM using any ONLINE BIBLE        ██
  63. echo      ██   material, you must have written permission from:              ██
  64. echo      ██                                                                 ██
  65. echo      ██           Larry Pierce, 11 Holmwood St, Winterbourne,           ██
  66. echo      ██                    Ont, CANADA, N0B 2V0                         ██
  67. echo      ██             Phone (519) 664-2266 Fax 664-1444                   ██
  68. echo      ██                                                                 ██
  69. echo      ██   The Official Online Bible CD contains much more material      ██
  70. echo      ██     than this CD and can be obtained from Larry Pierce.         ██
  71. echo      **                                                                 **
  72. echo      █████████████████████████████████████████████████████████████████████
  73. pause
  74. goto begin
  75. :dos
  76.    if not %1x == x cd %cd%\
  77.    if not %1x == x %1
  78. :done
  79.